summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-03-06 07:36:08 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:33 +0200
commit82dca7e5863e6bb70713f822c4d43451a7d42817 (patch)
treee26fc5bdba84850431fd63c67d7151ac30fefa05
parentandroid: Replace lintOptions with lint (diff)
downloadyuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.gz
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.bz2
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.lz
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.xz
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.zst
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.zip
-rw-r--r--src/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/build.gradle b/src/android/build.gradle
index 9d7571a4e..4734855d0 100644
--- a/src/android/build.gradle
+++ b/src/android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.1'
+ classpath 'com.android.tools.build:gradle:7.4.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files